home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 26 / CU Amiga Magazine's Super CD-ROM 26 (1998)(EMAP Images)(GB)[!][issue 1998-09].iso / S / user-startup < prev   
Text File  |  1998-03-18  |  611b  |  37 lines

  1. ; Most work is done by InitCD
  2.  
  3. SetENV CDBoot TRUE
  4.  
  5.  
  6. ; Allow alternative screenmodes
  7. ; via JoyPad
  8. joypad >NIL:
  9. joypad REW GREEN
  10. if WARN
  11.     setenv CUCDscreen NTSC
  12.     endif
  13. joypad REW BLUE
  14. if WARN
  15.     setenv CUCDscreen VGA
  16.     :Storage/Monitors/DblPAL
  17.     :Prefs/ScreenMode from :Prefs/Presets/VGA USE
  18.     setenv VisageOpts MONITOR=DblPAL
  19.     endif
  20. ; or Function keys
  21. KeyPressed 85
  22. if WARN
  23.     setenv CUCDscreen NTSC
  24.     endif
  25. KeyPressed 89
  26. if WARN
  27.     setenv CUCDscreen VGA
  28.     endif
  29.  
  30. ;Copy >NIL: S:ramicon Ram:Disk.info
  31. ;Run >NIL: C:pronet-server
  32. Run >NIL: JoyMouse
  33. SYS:System/RexxMast >NIL:
  34.  
  35. Execute :InitCD
  36.  
  37.